home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / RoboHelp / DISK1 / DATA.1 / htmlsamp.hpj < prev    next >
Encoding:
Microsoft Help compiler Project  |  1999-08-25  |  4.7 KB  |  110 lines

  1. ; This file is maintained by HCW. Do not modify this file directly.
  2.  
  3. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  4. ; Help Project File for HtmlDemo
  5. ;
  6. ;  This file is maintained by RoboHELP.  Do not modify this file directly.
  7. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  8.  
  9.  
  10. [OPTIONS]
  11. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  12. ; The Options section contains the following information:
  13. ;
  14. ; The optional BMROOT=entry sets the directories in which the Help Compiler
  15. ; will look for graphics.
  16. ;
  17. ; The CONTENTS=tells WinHelp which topic contains the contents.
  18. ;
  19. ; The TITLE=is displayed in the Title Bar of WINHELP.EXE
  20. ;
  21. ; The BUILD=setting allows you to create different Help systems from
  22. ; the same source file.
  23. ;
  24. ; The COMPRESS=option tells the Help Compiler how much to compress
  25. ; the Help file.
  26. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  27. ;BMROOT=D:\BlueSky\Sample\HtmlWH
  28. NOTES=0
  29. LCID=0x409 0x0 0x0 ; English (United States)
  30. TITLE=WinHelp 2000 Sample Help System
  31. BUILD=WINDOWS
  32. HLP=htmlsamp.hlp
  33.  
  34. COMPRESS=10
  35. OLDKEYPHRASE=NO
  36. REPORT=NO
  37. OPTCDROM=0
  38. DBCS=0
  39. ERRORLOG=E:\HELP\Samples\Html\htmlsamp.err
  40. [FILES]
  41. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  42. ; The Files section specifies the RTF files for a project.
  43. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  44. HtmlSamp.rtf
  45.  
  46. HtmlWh.rtf
  47. [BUILDTAGS]
  48. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  49. ; The Build Tags section specifies to the Help Compiler the names
  50. ; of all the valid build tags used in this Help project.
  51. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  52. WINDOWS
  53.  
  54. [ALIAS]
  55. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  56. ; The Alias section sets up aliases for Topic IDs in your Help system.
  57. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  58.  
  59. [MAP]
  60. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  61. ; The Map section specifies the project HH files.
  62. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  63.  
  64. [WINDOWS]
  65. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  66. ; The Windows section contains all of the information about the windows
  67. ; in a Help project.
  68. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  69. ;Gloss="Glossary",(100,100,350,350),0,(255,255,255),(255,255,255)
  70. (w95sec)="",(583,102,409,869),20740,(r14745599),(r14745599)
  71. main="",(102,40,818,900),29188,(r14745599),(r8421440)
  72. tech="Technical Support",(583,20,409,358),20740,(r14745599),(r14745599),f2
  73.  
  74. [BAGGAGE]
  75. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  76. ; The Baggage section specifies any additional files.
  77. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  78.  
  79. [CONFIG]
  80. RegisterRoutine(`RoboEx32.dll',`RoboHelpExInitialize',`')
  81. RegisterRoutine(`RoboEx32.dll',`RoboHelpExAbout',`')
  82. RegisterRoutine(`RoboEx32.dll',`RoboHelpExWatermark',`SSS')
  83. RegisterRoutine(`RoboEx32.dll',`RoboHelpExWatermarkNonScroll',`SSS')
  84. RegisterRoutine(`RoboEx32.dll',`RoboHelpExShowNavPane',`S')
  85. RegisterRoutine(`RoboEx32.dll',`RoboHelpExShowSeeAlso',`S')
  86. RegisterRoutine(`RoboEx32.dll',`JumpHtml',`s')
  87. RoboHelpExInitialize()
  88. ChangeButtonBinding(`btn_topics',"RoboHelpExShowNavPane(`toggle')")
  89. RoboHelpExShowNavPane(`show')
  90. [CONFIG-(w95sec)]
  91. RegisterRoutine(`RoboEx32.dll',`RoboHelpExInitialize',`')
  92. RegisterRoutine(`RoboEx32.dll',`RoboHelpExAbout',`')
  93. RegisterRoutine(`RoboEx32.dll',`RoboHelpExWatermark',`SSS')
  94. RegisterRoutine(`RoboEx32.dll',`RoboHelpExWatermarkNonScroll',`SSS')
  95. RegisterRoutine(`RoboEx32.dll',`RoboHelpExShowNavPane',`S')
  96. RegisterRoutine(`RoboEx32.dll',`RoboHelpExShowSeeAlso',`S')
  97. RegisterRoutine(`RoboEx32.dll',`JumpHtml',`s')
  98. RoboHelpExInitialize()
  99. ChangeButtonBinding(`btn_topics',"RoboHelpExShowNavPane(`toggle')")
  100. [CONFIG-tech]
  101. RegisterRoutine(`RoboEx32.dll',`RoboHelpExInitialize',`')
  102. RegisterRoutine(`RoboEx32.dll',`RoboHelpExAbout',`')
  103. RegisterRoutine(`RoboEx32.dll',`RoboHelpExWatermark',`SSS')
  104. RegisterRoutine(`RoboEx32.dll',`RoboHelpExWatermarkNonScroll',`SSS')
  105. RegisterRoutine(`RoboEx32.dll',`RoboHelpExShowNavPane',`S')
  106. RegisterRoutine(`RoboEx32.dll',`RoboHelpExShowSeeAlso',`S')
  107. RegisterRoutine(`RoboEx32.dll',`JumpHtml',`s')
  108. RoboHelpExInitialize()
  109. ChangeButtonBinding(`btn_topics',"RoboHelpExShowNavPane(`toggle')")
  110.